home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / DARTS 95 / Darts95.exe / 0 / RCDATA / TCMPPLAYER / TCMPPLAYER.txt
Text File  |  1997-11-04  |  795b  |  42 lines

  1. object CmpPlayer: TCmpPlayer
  2.   Left = 249
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Computer players'
  6.   ClientHeight = 199
  7.   ClientWidth = 154
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 43
  17.     Top = 172
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.   end
  26.   object RadioGroup1: TRadioGroup
  27.     Left = 8
  28.     Top = 12
  29.     Width = 137
  30.     Height = 153
  31.     Caption = 'Choose player'
  32.     ItemIndex = 0
  33.     Items.Strings = (
  34.       'Blind Dog Fred'
  35.       'Lucky Bill'
  36.       'Big Sam'
  37.       'Bulleye Dan'
  38.       'Unbeatible Roy')
  39.     TabOrder = 1
  40.   end
  41. end
  42.